-- card: 17851 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 3426 -- name: Ask for directions ----- HyperTalk script ----- on openCard global score subtract 5 from score if score <= 0 then visual effect scroll up go card "end" end if put score into field "scorebox" end openCard on mouseUp get field "textarea" of card "River Trail" put it&return&"The traveller's directions" into field "textarea" of card "River Trail" get field "textarea" of card "Mountain Trail" put it&return&"Follow me" into field "textarea" of card "Mountain Trail" visual effect dissolve go card "Mountain Trail" end mouseUp -- part contents for background part 1 ----- text ----- Ask for directions -- part contents for background part 2 ----- text ----- A traveler coming down from the mountains points to rocky crags that jut up above the swirling mists. ''Those are the Mountains of the Moon,'' he says, and he tells you how to get there. -- part contents for background part 5 ----- text ----- 435